home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet Web Designer 89 / PIWD89.iso / pc / CONTENTS / BONUS / FULL / wikiwriter / setup-ww2x.exe / {app} / htmltut / Finish+the+Page.db < prev    next >
Text File  |  2002-07-01  |  970b  |  29 lines

  1. @@inc HTMLToc
  2. == Finish the Page
  3.  
  4. On the page in your editor, you should now have something like
  5.  
  6. <pre>
  7.    <html>
  8.    <head>
  9.    <title>Home Page - My First Web</title>
  10.    </head>
  11.    <body>
  12.    <h1>This is Heading One</h1>
  13.    <p>This is one paragraph.</p>
  14.    <h2>This is Heading Two</h2>
  15.    <h3>This is Heading Three</h3>
  16.    <h4>This is Heading Four</h4>
  17.    <h5>This is Heading Five</h5>
  18.    <h6>This is Heading Six</h6>
  19.    </body>
  20.    </html>
  21. </pre>
  22.  
  23. In your editor, save the file to update the version on disk. Then select [[b Refresh]] in the browser window showing your test file to update the view.
  24.  
  25. While this is not the most elegant page ever designed, it gets you started down the Path to Web Mastery. In the next lesson, you will be using links (technical term "hyperlinks") to connect and navigate between pages.
  26.  
  27. Go to [[b Link Pages]] (TBD)
  28.  
  29.